CorsErrorStatus

data class CorsErrorStatus(corsError: CorsError, failedParameter: String)

Constructors

CorsErrorStatus
Link copied to clipboard
fun CorsErrorStatus(corsError: CorsError, failedParameter: String)

Properties

corsError
Link copied to clipboard
val corsError: CorsError
failedParameter
Link copied to clipboard
val failedParameter: String

Sources

jvm source
Link copied to clipboard